anonymous object

英 [əˈnɒnɪməs ˈɒbdʒɪkt] 美 [əˈnɑːnɪməs ˈɑːbdʒekt]

网络  匿名对象; 匿名物件

计算机



双语例句

  1. The instance of the major UI element representing "UI32 Seminar Selection Screen" is an anonymous object with the name": SeminarSelector "and the stereotype.
    表示“UI32SeminarSelectionScreen”(“UI32研习班选择屏幕”)的主要UI元素的实例是名称为“:SeminarSelector”、原型为的匿名对象。
  2. In this case, it passes an anonymous object that contains values for the name of the child view to render for that section.
    在这种情况下,它传递一个包含在这部分呈现的子视图的名称值的匿名对象。
  3. Because they are anonymous, objects communicating have no knowledge of one another and therefore are independent of the object they are communicating with.
    因为是匿名的,通信的每个对象都不知道其他对象的相关信息,因此通信的过程依赖于其在与谁进行通信。
  4. When a closure "captures" a variable it "lifts" the variable out of its local scope and effectively moves it into an anonymous object.
    当一个闭包“捕获”一个变量时,它就会将这个变量提取出它的本地范围,移到一个匿名对象里。